CygNet Studio > Using CygNet Studio Tools and Controls > Group Grid Tool > Properties, Events, and Methods > Events

Group Grid Tool – Events

The following table lists and describes events of the Group Grid Tool.

Event Description

EventContextMenu

EventContextMenu runs when one of the custom context menu items that is defined or overridden by this object is clicked.

EventDClick

EventDClick runs when the user clicks the left-mouse button twice.

EventDClickCol

EventDClickCol runs when the user clicks the left mouse button twice on the column.

EventDClickCorner

EventDClickCorner runs when the user clicks the left mouse button twice on the upper lefthand cell.

EventDClickRow

EventDClickRow runs when the user clicks the left mouse button twice in the row.

EventInitialize

EventInitialize runs when TheView is started in Run or Preview mode to allow further initialization for the control.

EventLClick

EventLClick runs when the user clicks the left mouse button once.

EventLClickCol

EventLClickCol runs when the user clicks the left mouse button once on the column.

EventLClickCorner

EventLClickCorner runs when the user clicks the left mouse button on the upper lefthand cell.

EventLClickRow

EventLClickRow runs when the user clicks the left mouse button once on the row.

EventPointChange

EventPointChange runs when an unrelated point is updated. This event can significantly reduce initialization time for screens that may contain objects configured for unrelated points. Unrelated points can be registered using an object’s RegisterPointForChangeNotice method, if applicable.

EventPreToolTip

EventPreToolTip gives a script writer an opportunity to create a custom tooltip via script just before the tooltip is shown, when it is needed, and not during screen initialization, which can reduce loading time.

Example

Sub TextTool1_EventPreToolTip()

Dim This : Set This = TextTool1

This.ToolTipText = The tooltip text()

End Sub

EventPumpData

EventPumpData is a legacy event, and is effectively obsolete. Do not use. In the past, this event would run when data was "pumped" to TheView.

EventRClick

EventRClick runs when the user clicks the right mouse button once.

EventRClickCol

EventRClickCol runs when the user clicks the right mouse button once on the column.

EventRClickCorner

EventRClickCorner runs when the user clicks the right mouse button once on the corner.

EventRClickRow

EventRClickRow runs when the user clicks the right mouse button once on the row.

EventRowChange

EventRowChange runs when the user moves the selection between rows.

EventTrendAddTag

EventTrendAddTag runs when a user adds a point to a single-point trend.

EventTrendRemoveTag

EventTrendRemoveTag runs when a user removes a point from a single-point trend.

EventTrendSingleTag

EventTrendSingleTag runs when a user starts a single point trend.

EventTrendSingleTagRollup

EventTrendSingleTagRollup runs when a user starts a rollup trend for a single point.


Let us know how we can improve this topic.

CygNet at weatherford.com

© 2020 Weatherford. All rights reserved.